*,*:before,*:after{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{font-family:'Poppins',sans-serif;background:linear-gradient(135deg,#fe5f6a 0,#ff4353 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:100vh;padding:1.5rem}header{position:absolute;top:1.5rem;left:1.5rem}header img{height:36px;width:auto}main{max-width:650px;display:flex;flex-direction:column;align-items:center}h1{font-size:clamp(2.1rem,5vw,3.25rem);font-weight:700;line-height:1.2;margin:0 0 1rem 0}p{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:400;margin:0 0 2.5rem 0;opacity:.95;max-width:550px}.cta{display:inline-block;background:#fff;color:#fe5f6a;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,0.75);backdrop-filter:blur(5px);color:#fff;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;z-index:1000}.cookie-banner.hidden{display:none}.cookie-banner p{margin:0;padding-right:1rem;font-size:.9rem;opacity:.9}.cookie-btn{background:#fff;color:#333;border:0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;white-space:nowrap}